public class CoveredCell : CellPublic Class CoveredCell
Inherits Cell| CoveredCell | Initializes a new instance of the CoveredCell class. |
| CoveredCell(Boolean) | Initializes a new instance of the CoveredCell class. |
| CoveredCell(DateTime) | Initializes a new instance of the CoveredCell class. |
| CoveredCell(Single) | Initializes a new instance of the CoveredCell class |
| CoveredCell(String) | Initializes a new instance of the CoveredCell class. |
| CoveredCell(String, CellValueType) | Initializes a new instance of the CoveredCell class. |
| Content | |
| ContentValidation | Specifies if a cell contains a validity check. |
| Currency |
Contains the currency for a value of a table cell, a text field, or a form property.
(Inherited from Cell) |
| Formula | Contains the formula for a table cell. |
| MatrixColumnsSpannedCount | Contains number of rows spanned by a matrix. |
| MatrixRowsSpannedCount | Contains number of rows spanned by a matrix. |
| NumberOfRepeatedCells | Contains the number of successive columns in which a cell is repeated. It may be used to describe two or more adjoining cells with a single cell element. |
| SpannedColumnsCount |
Contains the number of columns that a cell spans.
(Inherited from Cell) |
| SpannedRowsCount |
Contains the number of rows that a cell spans.
(Inherited from Cell) |
| Style | Contains a style of table cell. |
| Type | Contains the value-type of a table cell. |
| Value | Contains the currency, float or percentage value for a table cell. |
| Clone |
Creates a new object that is a deep copy of the current instance.
(Overrides CellClone) |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetContentElements |
Returns all content elements.
(Inherited from Cell) |
| GetHashCode | (Inherited from Object) |
| GetParent |
Returns the parent element.
(Inherited from Cell) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString |
Converts the value of the current CoveredCell object to its equivalent string representation.
(Overrides CellToString) |